home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / v cisle / deskspace / DeskSpace152TrialSetup.exe / help / style / body.css next >
Cascading Style Sheet File  |  2007-06-03  |  3KB  |  183 lines

  1. /*
  2.     Otaku Software Website Style Sheet
  3.     File: body.css
  4.     Version: 1.0
  5.     Date: 20/09/2004
  6.     Authors: Garry Stewart, James Stewart
  7. */
  8.  
  9. /* Begin: Body Tags */
  10.  
  11. #Body
  12. {
  13.     clear : both;
  14.     vertical-align : top;
  15.     padding : 0px;
  16.     margin-top : 0px;
  17.     margin-bottom : 0px;
  18.     margin-left : 0px;
  19.     margin-right : 0px;
  20. }
  21.  
  22. .BodyElement
  23. {
  24.     margin-left: 5%;
  25.     margin-right: 5%;
  26. }
  27.  
  28. table.BodyTable
  29. {
  30.     border: solid #31699C 1px;
  31.     border-collapse: collapse;
  32.     margin: 0px;
  33.     padding: 0px;
  34. }
  35.  
  36. td.BodyTable
  37. {
  38.     border: solid #31699C 1px;
  39.     margin: 0px;
  40.     padding: 0px;
  41.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  42.     font-size: 11px;
  43. }
  44.  
  45. table.BodyTableNoBorder
  46. {
  47.     border: 0px;
  48.     border-collapse: collapse;
  49.     margin: 0px;
  50.     padding: 0px;
  51. }
  52.  
  53. td.BodyTableNoBorder
  54. {
  55.     border: 0px;
  56.     margin: 0px;
  57.     padding: 0px;
  58. }
  59.  
  60. .BodyTableTopRow
  61. {
  62.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  63.     font-size: 11px;
  64.     background-color: #9EAEB3;    
  65.     color: #FFFFFF;
  66. }
  67.  
  68. .BodyIndent
  69. {
  70.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  71.     font-size: 11px;
  72.     margin-top: 0px;
  73.     margin-bottom: 2em;
  74.     margin-left: 2em;
  75.     margin-right: 0px;
  76.     line-height: 16px;
  77. }
  78.  
  79. .BodyCenter
  80. {
  81.     clear : both;
  82.     text-align: center;
  83. }
  84.  
  85. .BodyDateText
  86. {
  87.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  88.     font-size: 11px;
  89.     line-height: 16px;
  90.     color : #909090;
  91. }
  92.  
  93. .BodyExtraLargeText
  94. {
  95.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  96.     font-size: 24px;
  97.     font-style: normal;
  98.     line-height: 29px;
  99. }
  100.  
  101. .BodyLargeText
  102. {
  103.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  104.     font-size: 18px;
  105.     font-style: normal;
  106.     line-height: 23px;
  107.     background-color: #FFFFFF;
  108. }
  109.  
  110. .BodyHighlightText
  111. {
  112.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  113.     font-size: 11px;
  114.     font-style: italic;
  115.     color: #000000;
  116.     background-color: #FFFFA0;
  117. }
  118.  
  119. .BodyQuoteText
  120. {
  121.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  122.     font-size: 11px;
  123.     font-style: italic;
  124.     color: #000000;
  125.     background-color: #E4F1F9;
  126. }
  127.  
  128. .BodyNoticeText
  129. {
  130.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  131.     color : #909090;
  132. }
  133.  
  134. .BodyMoneyText
  135. {
  136.     color : #909090;
  137. }
  138.  
  139. .BodySaveText
  140. {
  141.     color : #228B22;
  142. }
  143.  
  144. .BodyErrorText
  145. {
  146.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  147.     font-size: 11px;
  148.     line-height: 16px;
  149.     color: Red;
  150.     background-color: #FFFFE0;
  151. }
  152.  
  153. .BodyRequiredText
  154. {
  155.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  156.     font-size: 11px;
  157.     line-height: 16px;
  158.     color: #FF0000;
  159. }
  160.  
  161. .BodyHiddenText
  162. {
  163.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  164.     font-size: 11px;
  165.     line-height: 16px;
  166.     color : #FFFFFF;
  167. }
  168.  
  169. .BodyText
  170. {
  171.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  172.     font-size: 11px;
  173.     line-height: 16px;
  174. }
  175.  
  176. .BodyImageTable {
  177.     width : 90%;
  178.     text-align : center;
  179.     border : 0px;
  180. }
  181.  
  182. /* End: Body Tags */
  183.